object Haupt: THaupt Left = 102 Top = 134 Width = 665 Height = 438 Caption = 'Organisation Product Version-Setup' Color = clTeal Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} WindowState = wsMaximized OnActivate = FormActivate OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDblClick = FormDblClick OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 11 Top = 13 Width = 441 Height = 41 Caption = 'Organisation Product Version' Font.Color = clBlack Font.Height = -35 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsItalic] ParentFont = False Transparent = True end object Label1: TLabel Left = 8 Top = 8 Width = 441 Height = 41 Caption = 'Organisation Product Version' Font.Color = clWhite Font.Height = -35 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsItalic] ParentFont = False Transparent = True end object Organisation: TEdit Left = 19 Top = 60 Width = 121 Height = 21 TabOrder = 0 Text = 'Organisation' Visible = False end object Product: TEdit Left = 19 Top = 84 Width = 121 Height = 21 TabOrder = 1 Text = 'Product' Visible = False end object Version: TEdit Left = 19 Top = 108 Width = 121 Height = 21 TabOrder = 2 Text = 'Version' Visible = False end object EVersion: TEdit Left = 19 Top = 132 Width = 121 Height = 21 TabOrder = 3 Text = 'EVersion' Visible = False end object RequireSerial: TEdit Left = 19 Top = 156 Width = 121 Height = 21 TabOrder = 4 Text = 'RequireSerial' Visible = False end object RequireNT: TEdit Left = 19 Top = 180 Width = 121 Height = 21 TabOrder = 5 Text = 'RequireNT' Visible = False end object RebootSystem: TEdit Left = 19 Top = 204 Width = 121 Height = 21 TabOrder = 6 Text = 'RebootSystem' Visible = False end object DefDirectory: TEdit Left = 19 Top = 228 Width = 121 Height = 21 TabOrder = 7 Text = 'DefDirectory' Visible = False end end